home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / r-z / stormc-demo / include / clib / translator_protos.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  649b  |  36 lines

  1. #ifndef  CLIB_TRANSLATOR_PROTOS_H
  2. #define  CLIB_TRANSLATOR_PROTOS_H
  3.  
  4. /*
  5. **    $VER: translator_protos.h 36.1 (7.11.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. LONG Translate( STRPTR inputString, long inputLength, STRPTR outputBuffer,
  23.     long bufferSize );
  24.  
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28.  
  29. #ifdef STORMPRAGMAS
  30. #ifndef _INCLUDE_PRAGMA_TRANSLATOR_LIB_H
  31. #include <pragma/translator_lib.h>
  32. #endif
  33. #endif
  34.  
  35. #endif     /* CLIB_TRANSLATOR_PROTOS_H */
  36.